home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
NETPROG.ZIP;1
/
NETPROG.TAR
/
rpc.courier
/
timedate
/
Date.cr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-12-17
|
238 b
|
14 lines
Date : PROGRAM 876 VERSION 1 =
BEGIN
-- Define the two remote procedures.
BinDate : PROCEDURE []
RETURNS [bindate : LONG INTEGER]
= 0;
StrDate : PROCEDURE [bindate: LONG INTEGER]
RETURNS [strdate : STRING]
= 1;
END.